1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class FrmStockList
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.Label1 = New System.Windows.Forms.Label
26         Me.cmbCategory = New System.Windows.Forms.ComboBox
27         Me.GroupBox1 = New System.Windows.Forms.GroupBox
28         Me.lstStock = New System.Windows.Forms.ListView
29         Me.cmdselect = New System.Windows.Forms.Button
30         Me.cmdcancel = New System.Windows.Forms.Button
31         Me.GroupBox1.SuspendLayout()
32         Me.SuspendLayout()
33         
'
34         
'Label1
35         
'
36         Me.Label1.AutoSize = True
37         Me.Label1.Location = New System.Drawing.Point(
12, 15)
38         Me.Label1.Name =
"Label1"
39         Me.Label1.Size = New System.Drawing.Size(
91, 13)
40         Me.Label1.TabIndex =
0
41         Me.Label1.Text =
"Select Category :"
42         
'
43         
'cmbCategory
44         
'
45         Me.cmbCategory.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
46         Me.cmbCategory.FormattingEnabled = True
47         Me.cmbCategory.Location = New System.Drawing.Point(
102, 7)
48         Me.cmbCategory.Name =
"cmbCategory"
49         Me.cmbCategory.Size = New System.Drawing.Size(
121, 21)
50         Me.cmbCategory.TabIndex =
1
51         
'
52         
'GroupBox1
53         
'
54         Me.GroupBox1.Controls.Add(Me.lstStock)
55         Me.GroupBox1.Location = New System.Drawing.Point(
6, 28)
56         Me.GroupBox1.Name =
"GroupBox1"
57         Me.GroupBox1.Size = New System.Drawing.Size(
311, 330)
58         Me.GroupBox1.TabIndex =
2
59         Me.GroupBox1.TabStop = False
60         
'
61         
'lstStock
62         
'
63         Me.lstStock.FullRowSelect = True
64         Me.lstStock.GridLines = True
65         Me.lstStock.Location = New System.Drawing.Point(
6, 12)
66         Me.lstStock.Name =
"lstStock"
67         Me.lstStock.Size = New System.Drawing.Size(
299, 312)
68         Me.lstStock.TabIndex =
0
69         Me.lstStock.UseCompatibleStateImageBehavior = False
70         Me.lstStock.View = System.Windows.Forms.View.Details
71         
'
72         
'cmdselect
73         
'
74         Me.cmdselect.Location = New System.Drawing.Point(
6, 361)
75         Me.cmdselect.Name =
"cmdselect"
76         Me.cmdselect.Size = New System.Drawing.Size(
56, 25)
77         Me.cmdselect.TabIndex =
3
78         Me.cmdselect.Text =
"Select"
79         Me.cmdselect.UseVisualStyleBackColor = True
80         
'
81         
'cmdcancel
82         
'
83         Me.cmdcancel.Location = New System.Drawing.Point(
68, 361)
84         Me.cmdcancel.Name =
"cmdcancel"
85         Me.cmdcancel.Size = New System.Drawing.Size(
56, 25)
86         Me.cmdcancel.TabIndex =
4
87         Me.cmdcancel.Text =
"Cancel"
88         Me.cmdcancel.UseVisualStyleBackColor = True
89         
'
90         
'FrmStockList
91         
'
92         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
93         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
94         Me.BackColor = System.Drawing.Color.WhiteSmoke
95         Me.ClientSize = New System.Drawing.Size(
324, 394)
96         Me.Controls.Add(Me.cmdcancel)
97         Me.Controls.Add(Me.cmdselect)
98         Me.Controls.Add(Me.GroupBox1)
99         Me.Controls.Add(Me.cmbCategory)
100         Me.Controls.Add(Me.Label1)
101         Me.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
102         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
103         Me.MaximizeBox = False
104         Me.MinimizeBox = False
105         Me.Name =
"FrmStockList"
106         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
107         Me.Text =
"Stock List"
108         Me.GroupBox1.ResumeLayout(False)
109         Me.ResumeLayout(False)
110         Me.PerformLayout()
111
112     End Sub
113     Friend WithEvents Label1 As System.Windows.Forms.Label
114     Friend WithEvents cmbCategory As System.Windows.Forms.ComboBox
115     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
116     Friend WithEvents lstStock As System.Windows.Forms.ListView
117     Friend WithEvents cmdselect As System.Windows.Forms.Button
118     Friend WithEvents cmdcancel As System.Windows.Forms.Button
119 End Class


Gõ tìm kiếm nhanh...